net/http.persistConn.idleTimer (field)
6 uses
net/http (current package)
transport.go#L1135: if pconn.idleTimer != nil {
transport.go#L1136: pconn.idleTimer.Reset(t.IdleConnTimeout)
transport.go#L1138: pconn.idleTimer = time.AfterFunc(t.IdleConnTimeout, pconn.closeConnIfStillIdle)
transport.go#L1243: if pconn.idleTimer != nil {
transport.go#L1244: pconn.idleTimer.Stop()
transport.go#L2094: idleTimer *time.Timer // holding an AfterFunc to close it
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)